Export gtk_window_set_interactive_debugging.
https://bugzilla.gnome.org/show_bug.cgi?id=730008
gtk_window_set_application
gtk_window_set_has_user_ref_count
gtk_window_set_titlebar
+gtk_window_set_interactive_debugging
<SUBSECTION Standard>
GTK_WINDOW
static GtkWidget *inspector_window = NULL;
+/**
+ * gtk_window_set_interactive_debugging:
+ * @enable: %TRUE to enable interactive debugging
+ *
+ * Opens or closes the [interactive debugger][interactive-debugging],
+ * which offers access to the widget hierarchy of the application
+ * and to useful debugging tools.
+ *
+ * Since: 3.14
+ */
void
gtk_window_set_interactive_debugging (gboolean enable)
{
GDK_AVAILABLE_IN_3_12
gboolean gtk_window_is_maximized (GtkWindow *window);
+GDK_AVAILABLE_IN_3_14
+void gtk_window_set_interactive_debugging (gboolean enable);
+
G_END_DECLS
#endif /* __GTK_WINDOW_H__ */
GdkPixbuf *gtk_window_get_icon_for_size (GtkWindow *window,
gint size);
-void gtk_window_set_interactive_debugging (gboolean enable);
-
G_END_DECLS
#endif /* __GTK_WINDOW_PRIVATE_H__ */